home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Games Collection 1 / software vault.zip / software vault / CDR06 / PYRMID34.ZIP / PYRAMID.DOC < prev    next >
Text File  |  1993-07-12  |  10KB  |  241 lines

  1.      
  2.                                       *
  3.                                  * PYRAMID *
  4.                                       *
  5.  
  6.                                  Version 3.4
  7.  
  8.                             Written By Gary R. Smith
  9.                   Copyright (c), 1990-93 All Rights Reserved
  10.                    
  11.                            Latest Version always on
  12.  
  13.  
  14.                                 Random Access
  15.                           (804) 491-4347/5061 (DST)
  16.                                   Virginia                                  
  17.                        
  18.  
  19.     PYRAMID is the newest in GRAPHIC games from Computer Profiles for ALL 
  20.     BBS systems.
  21.     
  22.     ---------------   
  23.     Features of PYRAMID:
  24.      
  25.      o Sysops control number of times the game can be played in a given day!
  26.  
  27.      o Sysops can determine what color the cards will be and what the
  28.        card backing will look like!
  29.  
  30.      o Joker that will keep those scores down! Sysop Configurable!
  31.  
  32.      o Allows sysop to add or subtract time by use of the UP/Down arrow keys
  33.      
  34.      o Adds fantastic graphics to play. Graphics have proven to draw more 
  35.        users back to the game.
  36.      
  37.      o Time is automatically added or subtracted from the time the user has 
  38.        spent on your system that day.
  39.      
  40.      o Detects Loss of carrier
  41.      
  42.      o Can operate at speeds up to 115000 Baud 
  43.      
  44.      o Will automatically log user off after 4 minutes of no keyboard activity
  45.      
  46.      o Can be operated in a MultiNetwork Board
  47.  
  48.     Setting up Pyramid:
  49.     
  50.     Setting up Pyramid is very simple and straight forward. If you have
  51.     set up other DOOR.SYS doors then you will have no problem at all with this
  52.     door. 
  53.     
  54.     You first need to create a directory from which Pyramid will run 
  55.     from. Next copy all the files contained in the Pyramid(x).zip file to that
  56.     directory.
  57.     
  58.              (ex.   D:\PCB\DOORS\PYRAMID\   )
  59.     
  60.     Next you will need to create a configuration file. Below are samples
  61.     provided: 
  62. -------------------------------------------------------------------------------
  63.  
  64.             PYRAMID.CNF  (PYRAMID1.CNF of PYRAMID2.CNF for multinodes)
  65.          
  66.      Line 1    %PCBDRIVE%%PCBDIR%\PCBOARD.SYS <- for Multi Board Use
  67.                D:\BBSDir\PCBOARD.SYS      <- For PCBoard Users Single Node
  68.                D:\BBSDir\Door.SYS       <- For Door.Sys supporters
  69.                D:\BBSDir\Dorinfox.Def   <- For RBBS Users
  70.                D:\BBSDir\Callinfo.BBS   <- For WildCat Users
  71.                D:\BBSDir\SFDoors.Dat    <- For SpitFire Users
  72.      Line 2    Random Access BBS        <- The Name of your BBS
  73.      Line 3    Gary                     <- Sysop First Name
  74.      Line 4    Smith                    <- Sysop Last Name
  75.      Line 5    9999999                  <- Registration Number
  76.      Line 6    3                        <- Number of Games Allowed
  77.      Line 7    1                        <- 1= Use the Joker 0= Don't use Joker
  78.      Line 8    1                        <- Card Color 1 - 15
  79.      Line 9    176                      <- Ascii character for Card Back ANY CHR$
  80.      Line 10   15                       <- Border Color of Card 1 - 15
  81.      Line 11   Y                        <- Resets scores at Months end and
  82.                                            shows winner on opening screen.
  83.  
  84. NOTE: (This file goes in the Pyramid directory)
  85. -------------------------------------------------------------------------------
  86.  
  87.     Next you will need to create the PYRAMID batch file that PCBoard will call
  88.     when the door is selected. Below is the example of this file. You will
  89.     need to change it to work with your particular system.
  90.      
  91.         PYRAMID
  92.         _______
  93.         
  94.         @echo off
  95.         D:
  96.         CD \pcb\doors\pyramid
  97.         Pyramid Pyramid.cnf
  98.         CD \pcb
  99.         Board
  100.  
  101.      NOTE: (This file goes in your PCBoard directory)                
  102.  
  103.      Now place the PYRAMID file in your BBS directory. 
  104.      
  105.      The last thing left to do is to add PYRAMID to your BBS Doors file.
  106.      The BBS documentation should help you with this if you have any
  107.      problems.
  108.  
  109.     Fossil Driver Support
  110.     ---------------------
  111.     Pyramid supports the use of Fossil drivers.  To tell your Door to use the
  112.     Fossil driver instead of the standard COM ports, just put /FD on the 
  113.     command line when running the door. For example:
  114.  
  115.     Pyramid Pyramid.cnf /FD
  116.  
  117.     indicates that a Fossil driver is present and should be used. If no Fossil
  118.     driver is detected, Pyramid will print a message to that effect and exit
  119.     the door gracefully.
  120.  
  121.     Environment Variables
  122.     ---------------------
  123.     Pyramid supports COM 1-4 on the standard IRQ's - COM1/COM3 = IRQ4 and
  124.     COM2/COM4 = IRQ3. If you wish to use a non-standard IRQ, add the IRQ
  125.     number after the configuration filename. Let's assume you want to use 
  126.     COM1 and IRQ5. The command line passed would be:
  127.  
  128.     Pyrmaid Pyramid.cnf /5
  129.     Pyramid Pyramid.cnf /%IRQ% for the environment variable.
  130.  
  131.     The /5 tells Pyramid to use IRQ5 rather than the standard IRQ4 that
  132.     is normally used with COM1. No /x parameter is needed for the standard 
  133.     IRQ's.
  134.  
  135.     When specifying the location of the system file on line 1 of the 
  136.     Pyramid.cnf file, you may use the environment variables %pcbdrive%, 
  137.     %pcbdir%, %pcbnode%, and %wcnodeid%. Some examples:
  138.  
  139.    PCBoard: 
  140.    DOOR.SYS in C:\PCB           - %pcbdrive%%pcbdir%\DOOR.SYS
  141.    DOOR.SYS in C:\PCB\NODE1     - %pcbdrive%%pcbdir%\NODE%pcbnode%\DOOR.SYS
  142.  
  143.    Wildcat!:
  144.  
  145.    USERINFO.DAT in C:\WC\NODE1   - C:\WC\NODE%wcnodeid%
  146.  
  147.    Non-PCBoard systems may use the PCB environment variables by setting them
  148.    in either AUTOEXEC.BAT or in the batch that runs the door. For example:
  149.  
  150.    SET PCBDRIVE=C:
  151.    SET PCBDIR=\BBSDIR
  152.    SET PCBNODE=1
  153.  
  154.    Your now all set to run PYRAMID !!...
  155.  
  156.    _________________________________________________________________________
  157.         *
  158.    * Pyramid *  Maintenance Program
  159.         *
  160.      
  161.      The last thing to get you going is the program included in the zip files
  162.      called p-maint.exe (Pyrmaid Maintenance Program). If Run daily this 
  163.      program will clean out all users that have not signed on for the 
  164.      specified amount of days. 
  165.       
  166.      The p-maint.exe program must be run from within the Pyramid directory. 
  167.      to run it in a batch file you would run it like the following example:
  168.      
  169.      cd d:\pcb\doors\pyramid
  170.      p-maint 30
  171.      cd:\pcb
  172.      
  173.      You must place the number of days before a user is erased from the listing
  174.      to the right of p-maint. ie...(P-MAINT 30) would mean to clear any user 
  175.      who had not been on for 30 days or more.
  176.      
  177.      If the database (User File) is empty P-Maint will tell you that it has 
  178.      nothing to do, and if you forget to supply a number of days it will
  179.      default to zero and will not do anything.
  180.      
  181.      Pyrmaid will make two users score files for you to use with your bbs.
  182.      These are named BLT for a non color score file and BLTG for the 
  183.      graphics version of the same file.     
  184.   ___________________________________________________________________________
  185.  
  186.  
  187.      PYRAMID is Shareware. You are granted a THREE week trial period in
  188.      which you may evaluate PYRAMID. If you continue to utilize this
  189.      product you are required to register it with the author. If you do not
  190.      register PYRAMID within the required timeframe allowed, You are 
  191.      REQUIRED to remove it from your board.
  192.      
  193.      If you register PYRAMID you will receive a registration/serial number
  194.      to place in your config file that will register the door.
  195.  
  196.      And the most important part of registering is that you will have peace of
  197.      mind knowing that you did. The Non registered version and cost of the
  198.      program will not be displayed on your screen anymore either.
  199.  
  200.       We Now accept American Express / Visa / MasterCard and ALL popular
  201.       credit cards on our support bbs. You can now call and get your 
  202.       registration number immediately without waiting. No more weeks of 
  203.       worry. Call now at (804) 491-4347/5061!
  204.  
  205.      To register your copy of PYRAMID, Fill out the form Register.doc
  206.      and mail it along with $20.95 to:
  207.  
  208.  
  209.                              Gary R. Smith
  210.                           406 Amsterdam Ct N.
  211.                        Virginia Beach, Virginia 23454
  212.                                      
  213.    
  214.                        Make all checks payable to 
  215.  
  216.                            Computer Profiles
  217.  
  218.       All checks must be drawn from U.S. Banks...No forgien currency will be
  219.       accepted. (This includes Canadian) 
  220.  
  221.  
  222.       
  223.   DISCLAIMER
  224.   ──────────
  225.  
  226.    Computer Profiles makes no warranty of any kind, express or implied, 
  227.    including without limitation, any warranties of merchantability and/or
  228.    fitness for a particular purpose. I shall not be liable for any damages,
  229.    whether direct, indirect, special or consequential arising from a failure
  230.    of this program to operate in the manner desired by the user. CP shall not
  231.    be liable for any damage to data or property which may be caused
  232.    directly or indirectly by the use of this program.
  233.  
  234.    IN NO EVENT WILL CP BE LIABLE TO YOU FOR ANY DAMAGES, INCLUDING ANY
  235.    LOST PROFITS, LOST SAVINGS OR OTHER INCIDENTAL OR CONSEQUENTIAL
  236.    DAMAGES ARISING OUT OF YOUR USE OR INABILITY TO USE THE PROGRAM, OR
  237.    FOR ANY CLAIM BY ANY OTHER PARTY.
  238.  
  239.  
  240.  
  241.